From 9bf808bfea511ba7d6e55b631f705f0e356d624f Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 5 Aug 2010 23:09:52 +0000 Subject: [PATCH] Eliminate warning building without CSV. --- csv_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csv_util.c b/csv_util.c index ba2b6a720..4b9cfb97e 100644 --- a/csv_util.c +++ b/csv_util.c @@ -153,10 +153,10 @@ static double oldlat = 999; static int waypt_out_count; static route_head *csv_track, *csv_route; -#endif // CSVFMTS_ENABLED - static double utm_northing, utm_easting, utm_zone = 0; static char utm_zonec; +#endif // CSVFMTS_ENABLED + /*********************************************************************/ /* csv_stringclean() - remove any unwanted characters from string. */ -- 2.30.2